home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003b.iso / Antywirusy / Panda AntiVirus Platinum 7 / plat7shin.exe / data1.cab / Comunes / Plafcfg.dll / 0 / RCDATA / TFORMCFGFWLPROGRAMAS / TFORMCFGFWLPROGRAMAS.txt < prev   
Text File  |  2002-10-11  |  6KB  |  217 lines

  1. object FormCfgFwlProgramas: TFormCfgFwlProgramas
  2.   Left = 316
  3.   Top = 180
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Configuraci∩┐╜n de programas con acceso a la red'
  7.   ClientHeight = 394
  8.   ClientWidth = 472
  9.   Color = 14609391
  10.   Constraints.MinHeight = 401
  11.   Constraints.MinWidth = 480
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PlaButtonCerrar: TPlaButton
  24.     Left = 384
  25.     Top = 365
  26.     Width = 72
  27.     Height = 21
  28.     Anchors = [akRight, akBottom]
  29.     Caption = 'Cerrar'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'Tahoma'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     TabOrder = 1
  37.     OnClick = PlaButtonCerrarClick
  38.     Cancel = True
  39.     Default = True
  40.     ModalResult = 2
  41.   end
  42.   object PlaGroupBoxProgramas: TPlaGroupBox
  43.     Left = 14
  44.     Top = 9
  45.     Width = 447
  46.     Height = 338
  47.     TitleFont.Charset = DEFAULT_CHARSET
  48.     TitleFont.Color = 13977088
  49.     TitleFont.Height = -11
  50.     TitleFont.Name = 'Tahoma'
  51.     TitleFont.Style = []
  52.     Anchors = [akLeft, akTop, akRight, akBottom]
  53.     Caption = 'Programas con acceso a la red'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'Tahoma'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     TabOrder = 0
  61.     object ImageProgramas: TImage
  62.       Left = 11
  63.       Top = 22
  64.       Width = 32
  65.       Height = 32
  66.       Picture.Data = {<image001.bmp>}
  67.       Transparent = True
  68.     end
  69.     object Label1: TLabel
  70.       Left = 58
  71.       Top = 19
  72.       Width = 336
  73.       Height = 13
  74.       Caption = 
  75.         'Puedes establecer qu∩┐╜ programas pueden comunicarse usando la red' +
  76.         '.'
  77.     end
  78.     object PlaListViewProgramas: TPlaListView
  79.       Left = 58
  80.       Top = 45
  81.       Width = 377
  82.       Height = 203
  83.       Anchors = [akLeft, akTop, akRight, akBottom]
  84.       Color = clWhite
  85.       CheckBoxes = False
  86.       Columns = <
  87.         item
  88.           Width = 250
  89.           Caption = 'Programa'
  90.         end
  91.         item
  92.           Editable = True
  93.           Width = 110
  94.           Caption = 'Comunicaci∩┐╜n'
  95.           DropDownList.Strings = (
  96.             'Denegada'
  97.             'Permitida'
  98.             'Preguntar')
  99.         end>
  100.       DragCursor = crDrag
  101.       DragMode = dmManual
  102.       Editable = True
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clBlack
  105.       Font.Height = -11
  106.       Font.Name = 'Tahoma'
  107.       Font.Style = []
  108.       HideSelection = False
  109.       ImageList = ImageListProgIcons
  110.       MultiSelect = False
  111.       ParentColor = False
  112.       ParentFont = False
  113.       ParentShowHint = False
  114.       ShowHint = True
  115.       ShowColumnHeaders = True
  116.       TabOrder = 0
  117.       OnEdited = PlaListViewProgramasEdited
  118.       OnGetHintInfo = PlaListViewProgramasGetHintInfo
  119.       OnSelectItem = PlaListViewProgramasSelectItem
  120.       Data = {000100000000FE}
  121.     end
  122.     object PlaButtonAnadir: TPlaButton
  123.       Left = 89
  124.       Top = 280
  125.       Width = 110
  126.       Height = 21
  127.       HelpContext = 226
  128.       Anchors = [akRight, akBottom]
  129.       Caption = 'A∩┐╜adir programa'
  130.       Font.Charset = DEFAULT_CHARSET
  131.       Font.Color = clWindowText
  132.       Font.Height = -11
  133.       Font.Name = 'Tahoma'
  134.       Font.Style = []
  135.       ParentFont = False
  136.       TabOrder = 1
  137.       OnClick = PlaButtonAnadirClick
  138.     end
  139.     object PlaButtonEditar: TPlaButton
  140.       Left = 207
  141.       Top = 280
  142.       Width = 110
  143.       Height = 21
  144.       HelpContext = 227
  145.       Anchors = [akRight, akBottom]
  146.       Caption = 'Opciones avanzadas'
  147.       Font.Charset = DEFAULT_CHARSET
  148.       Font.Color = clWindowText
  149.       Font.Height = -11
  150.       Font.Name = 'Tahoma'
  151.       Font.Style = []
  152.       ParentFont = False
  153.       TabOrder = 2
  154.       OnClick = PlaButtonEditarClick
  155.     end
  156.     object PlaButtonQuitar: TPlaButton
  157.       Left = 325
  158.       Top = 280
  159.       Width = 110
  160.       Height = 21
  161.       HelpContext = 228
  162.       Anchors = [akRight, akBottom]
  163.       Caption = 'Quitar programa'
  164.       Font.Charset = DEFAULT_CHARSET
  165.       Font.Color = clWindowText
  166.       Font.Height = -11
  167.       Font.Name = 'Tahoma'
  168.       Font.Style = []
  169.       ParentFont = False
  170.       TabOrder = 3
  171.       OnClick = PlaButtonQuitarClick
  172.     end
  173.     object PlaCheckBoxMostrar: TPlaCheckBox
  174.       Left = 58
  175.       Top = 255
  176.       Width = 221
  177.       Height = 16
  178.       HelpContext = 225
  179.       Anchors = [akLeft, akBottom]
  180.       Caption = 'Mostrar programas del sistema operativo.'
  181.       Font.Charset = DEFAULT_CHARSET
  182.       Font.Color = clWindowText
  183.       Font.Height = -11
  184.       Font.Name = 'Tahoma'
  185.       Font.Style = []
  186.       ParentFont = False
  187.       TabOrder = 4
  188.       OnClick = PlaCheckBoxMostrarClick
  189.       State = cbChecked
  190.     end
  191.     object PlaCheckBoxReportar: TPlaCheckBox
  192.       Left = 58
  193.       Top = 310
  194.       Width = 333
  195.       Height = 16
  196.       HelpContext = 229
  197.       Anchors = [akLeft, akBottom]
  198.       Caption = 'Reflejar en el informe cada vez que se deniegue la comunicaci∩┐╜n.'
  199.       Font.Charset = DEFAULT_CHARSET
  200.       Font.Color = clWindowText
  201.       Font.Height = -11
  202.       Font.Name = 'Tahoma'
  203.       Font.Style = []
  204.       ParentFont = False
  205.       TabOrder = 5
  206.       OnClick = PlaCheckBoxMostrarClick
  207.       State = cbChecked
  208.     end
  209.   end
  210.   object ImageListProgIcons: TImageList
  211.     BlendColor = clWhite
  212.     BkColor = clWhite
  213.     Masked = False
  214.     Top = 366
  215.   end
  216. end
  217.